Here is the new ROM image containing my monitor, mini-assembler, and 
Lee Davison's (c) Enhanced BASIC Interpreter (v1.10).  My monitor now uses the
$0300 page for buffer/vector storage and the BASIC starts at $0400 rather 
than $0300.  Both seem to co-exist with this configuration, although some 
zero-page locations are shared which could cause problems if you bounce 
back and forth between programs.

After bootup, you can press @ <Enter> to cold start BASIC.
You can use "CALL $E800" to go back to the Monitor.
To then return to BASIC, Type #<Enter> to warm start it again.

To load and save programs to the PC hard drive, use this procedure:
--------
SAVE

From BASIC, type SAVE<Enter>
Two hex values will be displayed:
0401
0044

The first is the start address to save and the second is the length.
Now, from the sim, click the "Save RAM to Disk" button.  Enter a file name
and the two hex values.  The file is now saved on the PC hard Drive.
--------
LOAD

Its best to clear any old programs out first so from BASIC, type NEW<Enter>

Now, load the program from the PC by clicking the "Load RAM from Disk" button
on the sim.  After that, from BASIC, type LOAD<Enter>

The program will be scanned and the necessary pointers will be updated.  You 
can now run the program.

Thats it! Enjoy!

Daryl
65c02@softcom.net

Lee Davison's Web Site is:
http://members.lycos.co.uk/leeedavison/ 

My Site is:
http://users.softcom.net/darylr


